home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
tds-2.04.lha
/
TDS
/
Examples
/
Oberon
/
example.mod
next >
Wrap
Text File
|
1994-08-31
|
84b
|
9 lines
MODULE example;
IMPORT io;
BEGIN
io.WriteString("Hello World\n");
END example.